[<<Previous Entry] [^^Up^^] [Next Entry>>] [Menu] [About The Guide]
    Function SpecialCode(HeldKey, MainKey:Char):Boolean;

    This function returns whether  the  key  selected is a special key or
    not, that is, whether it is preceded by a Chr(0).

    Example

    SpecialCode(Key_Alt ,Key_F1)   = True
    SpecialCode(Key_None,Key_F1)   = True
    SpecialCode(Key_Alt ,'A')      = True
    SpecialCode(Key_None,'A')      = False

See Also: Function KeyCode
This page created by ng2html v1.05, the Norton guide to HTML conversion utility. Written by Dave Pearson